home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat5 / protocols.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  1.2 KB  |  36 lines

  1.  
  2. PROTOCOLS(5)               UNIX Programmer's Manual               PROTOCOLS(5)
  3.  
  4. NNAAMMEE
  5.      pprroottooccoollss - protocol name data base
  6.  
  7. DDEESSCCRRIIPPTTIIOONN
  8.      The pprroottooccoollss file contains information regarding the known protocols
  9.      used in the DARPA Internet.  For each protocol a single line should be
  10.      present with the following information:
  11.  
  12.            official protocol name
  13.            protocol number
  14.            aliases
  15.  
  16.      Items are separated by any number of blanks and/or tab characters.  A
  17.      ``#'' indicates the beginning of a comment; characters up to the end of
  18.      the line are not interpreted by routines which search the file.
  19.  
  20.      Protocol names may contain any printable character other than a field de-
  21.      limiter, newline, or comment character.
  22.  
  23. FFIILLEESS
  24.      /etc/protocols  The pprroottooccoollss file resides in _/_e_t_c.
  25.  
  26. SSEEEE AALLSSOO
  27.      getprotoent(3)
  28.  
  29. BBUUGGSS
  30.      A name server should be used instead of a static file.
  31.  
  32. HHIISSTTOORRYY
  33.      The pprroottooccoollss file format appeared in 4.2BSD.
  34.  
  35. 4.2 Berkeley Distribution        June 5, 1993                                1
  36.